home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Site Building / HTMLcompress / HTMLComp.exe / HTMLCOMP.EXE / 0 / RCDATA / TBROWSERSEARCH / TBROWSERSEARCH.txt
Encoding:
Text File  |  1999-09-02  |  1019 b   |  50 lines

  1. object BrowserSearch: TBrowserSearch
  2.   Left = 358
  3.   Top = 619
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Searching Browsers'
  7.   ClientHeight = 81
  8.   ClientWidth = 338
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 72
  21.     Top = 16
  22.     Width = 239
  23.     Height = 16
  24.     Caption = 'Searching browsers for previewing'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 72
  34.     Top = 40
  35.     Width = 265
  36.     Height = 16
  37.     AutoSize = False
  38.     Caption = 'c:\'
  39.   end
  40.   object Animate1: TAnimate
  41.     Left = 13
  42.     Top = 16
  43.     Width = 48
  44.     Height = 45
  45.     Active = True
  46.     CommonAVI = aviFindComputer
  47.     StopFrame = 8
  48.   end
  49. end
  50.